go/parser.parser.parseValue (method)
3 uses
go/parser (current package)
parser.go#L1636: func (p *parser) parseValue() ast.Expr {
parser.go#L1655: x := p.parseValue()
parser.go#L1659: x = &ast.KeyValueExpr{Key: x, Colon: colon, Value: p.parseValue()}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)